// ==UserScript== // @name New Userscript // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author You // @match file:///C:/Users/30832/Desktop/666.html // @grant none // ==/UserScript== (function() { 'use strict'; // Your code here... debugger; })();